Expand description

Generate slugds.

Slugids are fixed-length (22 characters) URL-safe random identifiers. They contain enough entropy that for all practical purposes they can be considered unique.

See https://github.com/taskcluster/slugid for details.

Functions

Return a randomly-generated slugid that does not begin with -. This is “nicer” in the sense that it is easily uesed on the command line.

Like nice but accepting a ring rng as a source of randomness.

Return a randomly-generated slugid.

Like v4 but accepting a ring rng as a source of randomness.